-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CNF-14285: ztp: reference: Change "pod-security.kubernetes.io/" label to be prefix based #2051
CNF-14285: ztp: reference: Change "pod-security.kubernetes.io/" label to be prefix based #2051
Conversation
@natifridman: This pull request references CNF-14285 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/cc @lack |
Given that this is a better way, perhaps we should also remove my |
FYI: The commit log message must begin with |
d5ee3f8
to
efa83d0
Compare
Removed |
@@ -9,7 +9,4 @@ metadata: | |||
"workload.openshift.io/allowed: \"management\"" | |||
"openshift.io/cluster-monitoring: \"true\"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also get rid of this requiredLabels
template helper... In fact, it may be easier to just revert 8ec2e88 entirely.
- pathToKey: metadata.labels."pod-security.kubernetes.io/warn" | ||
- pathToKey: metadata.labels."pod-security.kubernetes.io/warn-version" | ||
- pathToKey: metadata.labels."pod-security.kubernetes.io/" | ||
isPrefix: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a little more we can remove: Look for every other pod-security.kubernetes.io
in this section:
(line 187 and line 193 can be deleted too)
efa83d0
to
c176934
Compare
c176934
to
efa83d0
Compare
22f737a
to
efa83d0
Compare
efa83d0
to
976ec3d
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lack, natifridman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
abfab3d
into
openshift-kni:master
No description provided.